﻿2026-05-27T19:55:46.7440817Z ##[group]Run actions/checkout@v6
2026-05-27T19:55:46.7441818Z with:
2026-05-27T19:55:46.7442400Z   ref: master
2026-05-27T19:55:46.7442775Z   lfs: true
2026-05-27T19:55:46.7443167Z   repository: yorvana/android
2026-05-27T19:55:46.7443816Z   token: ***
2026-05-27T19:55:46.7444196Z   ssh-strict: true
2026-05-27T19:55:46.7444581Z   ssh-user: git
2026-05-27T19:55:46.7445030Z   persist-credentials: true
2026-05-27T19:55:46.7445509Z   clean: true
2026-05-27T19:55:46.7445943Z   sparse-checkout-cone-mode: true
2026-05-27T19:55:46.7446460Z   fetch-depth: 1
2026-05-27T19:55:46.7446877Z   fetch-tags: false
2026-05-27T19:55:46.7447315Z   show-progress: true
2026-05-27T19:55:46.7447762Z   submodules: false
2026-05-27T19:55:46.7448170Z   set-safe-directory: true
2026-05-27T19:55:46.7449131Z ##[endgroup]
2026-05-27T19:55:46.8610455Z Syncing repository: yorvana/android
2026-05-27T19:55:46.8613538Z ##[group]Getting Git version info
2026-05-27T19:55:46.8614645Z Working directory is '/home/runner/work/android/android'
2026-05-27T19:55:46.8616147Z [command]/usr/bin/git version
2026-05-27T19:55:46.8676724Z git version 2.54.0
2026-05-27T19:55:46.8724816Z [command]/usr/bin/git lfs version
2026-05-27T19:55:47.7188647Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-05-27T19:55:47.7205994Z ##[endgroup]
2026-05-27T19:55:47.7225273Z Temporarily overriding HOME='/home/runner/work/_temp/b326a55e-e5f1-44bb-b654-a0d60e505420' before making global git config changes
2026-05-27T19:55:47.7229502Z Adding repository directory to the temporary git global config as a safe directory
2026-05-27T19:55:47.7233573Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-05-27T19:55:47.7291324Z Deleting the contents of '/home/runner/work/android/android'
2026-05-27T19:55:47.7297016Z ##[group]Initializing the repository
2026-05-27T19:55:47.7303298Z [command]/usr/bin/git init /home/runner/work/android/android
2026-05-27T19:55:47.7432262Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-27T19:55:47.7438215Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-27T19:55:47.7446130Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-27T19:55:47.7448721Z hint: call:
2026-05-27T19:55:47.7450261Z hint:
2026-05-27T19:55:47.7452924Z hint: 	git config --global init.defaultBranch <name>
2026-05-27T19:55:47.7455027Z hint:
2026-05-27T19:55:47.7457013Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-27T19:55:47.7460539Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-27T19:55:47.7463496Z hint:
2026-05-27T19:55:47.7464858Z hint: 	git branch -m <name>
2026-05-27T19:55:47.7466546Z hint:
2026-05-27T19:55:47.7469010Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-27T19:55:47.7475801Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-05-27T19:55:47.7483218Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-05-27T19:55:47.7528859Z ##[endgroup]
2026-05-27T19:55:47.7532837Z ##[group]Disabling automatic garbage collection
2026-05-27T19:55:47.7535770Z [command]/usr/bin/git config --local gc.auto 0
2026-05-27T19:55:47.7571114Z ##[endgroup]
2026-05-27T19:55:47.7574653Z ##[group]Setting up auth
2026-05-27T19:55:47.7577044Z Removing SSH command configuration
2026-05-27T19:55:47.7581415Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-27T19:55:47.7633189Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-27T19:55:47.7921967Z Removing HTTP extra header
2026-05-27T19:55:47.7927169Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-27T19:55:47.7970611Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-27T19:55:47.8206068Z Removing includeIf entries pointing to credentials config files
2026-05-27T19:55:47.8210989Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-27T19:55:47.8279546Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-27T19:55:47.8530616Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-b1809d7f-8d3d-4f26-8df3-c6ad292b169f.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-27T19:55:47.8572983Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-b1809d7f-8d3d-4f26-8df3-c6ad292b169f.config
2026-05-27T19:55:47.8609877Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-b1809d7f-8d3d-4f26-8df3-c6ad292b169f.config
2026-05-27T19:55:47.8648212Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-b1809d7f-8d3d-4f26-8df3-c6ad292b169f.config
2026-05-27T19:55:47.8683446Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-b1809d7f-8d3d-4f26-8df3-c6ad292b169f.config
2026-05-27T19:55:47.8730312Z ##[endgroup]
2026-05-27T19:55:47.8733568Z [command]/usr/bin/git lfs install --local
2026-05-27T19:55:47.9536774Z Updated Git hooks.
2026-05-27T19:55:47.9538413Z Git LFS initialized.
2026-05-27T19:55:47.9595182Z ##[group]Fetching the repository
2026-05-27T19:55:47.9607537Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/master*:refs/remotes/origin/master* +refs/tags/master*:refs/tags/master*
2026-05-27T19:55:49.1495124Z From https://github.com/yorvana/android
2026-05-27T19:55:49.1498421Z  * [new branch]      master     -> origin/master
2026-05-27T19:55:49.1540173Z ##[endgroup]
2026-05-27T19:55:49.1541040Z ##[group]Determining the checkout info
2026-05-27T19:55:49.1547585Z [command]/usr/bin/git branch --list --remote origin/master
2026-05-27T19:55:49.2100195Z   origin/master
2026-05-27T19:55:49.2105338Z ##[endgroup]
2026-05-27T19:55:49.2106524Z ##[group]Fetching LFS objects
2026-05-27T19:55:49.2111943Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/master
2026-05-27T19:55:49.2360165Z Fetching reference refs/remotes/origin/master
2026-05-27T19:55:49.2658386Z ##[endgroup]
2026-05-27T19:55:49.2663476Z [command]/usr/bin/git sparse-checkout disable
2026-05-27T19:55:49.2714111Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-27T19:55:49.2750064Z ##[group]Checking out the ref
2026-05-27T19:55:49.2754991Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2026-05-27T19:55:49.3583918Z Reset branch 'master'
2026-05-27T19:55:49.3590221Z branch 'master' set up to track 'origin/master'.
2026-05-27T19:55:49.3863387Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-27T19:55:49.3871791Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-27T19:55:49.3939524Z ##[endgroup]
2026-05-27T19:55:49.3977137Z [command]/usr/bin/git log -1 --format=%H
2026-05-27T19:55:49.4027877Z 280785b3fd3ca7378f17cec1af5e0b9f60fa4a32
